exists

function <T> exists(arg: T?): boolean

Checks if the value is null or empty.

Return

true if the value is not not or not empty.

Since

0.6.0